@media (min-width: 576px) and (max-width: 768px) {
    .email {
        flex: 0 calc(100% / 1 - 20px) !important;
    }

    .frame-1272638196-container3 {
        flex-wrap: wrap;
        gap: 40px;
    }

    .subtitle-text {
        font-size: 24px;
        line-height: 36px;

    }

    .section-container h1 {
        font-size: var(--poppins-h1-bold-font-size, 42px) !important;
    }

    .section-container h1 {
        font-size: var(--poppins-h1-bold-font-size, 38px) !important;
        margin-bottom: 0 !important;
    }
}



@media (min-width: 768px) and (max-width: 992px) {
    .email {
        flex: 0 calc(100% / 2 - 20px) !important;
    }

    .frame-1272638196-container3 {
        flex-wrap: wrap;
        gap: 40px;
    }

    .subtitle-text {
        font-size: 28px;
        line-height: 36px;
    }

    .section-container h1 {
        font-size: var(--poppins-h1-bold-font-size, 52px) !important;
        margin-bottom: 0 !important;
    }



}

@media (min-width: 576px) and (max-width: 992px) {
    .title-text {
        font-size: 20px;
    }


    .form-container {
        width: 100%;
    }

    .section-container {
        gap: 10px !important;
    }

    .component-6 {
        border-radius: 5px;
        width: 80%;
        height: 650px;
        justify-content: center;
    }

    .section-container {
        gap: 20px;
    }

    .section-container-hlp {
        margin: auto;
    }

    .contact-section:nth-child(1) {
        padding: 0;
    }

    .section-title {
        margin-bottom: 0 !important;
    }

    .frame-1272638195 {
        gap: 60px;
        flex-direction: column;
    }

    .form-row {
        flex-direction: column;
    }

    .map-background {
        width: 100%;
        height: 15%;
        top: 90%;
        right: 0;
    }

    .contact-page {
        width: 80%;
    }

    .frame-1272638177 {
        flex-direction: column;
    }

    .frame-112 {
        width: 100%;
    }

    .frame-1272638193 {
        overflow: visible;
    }

    .job-opening {
        overflow: visible;
    }
}



@media (min-width: 992px) and (max-width: 1200px) {

    .email {
        flex: 0 calc(100% / 3 - 20px) !important;
    }

    .subtitle-text {
        font-size: 38px;
        line-height: 36px;

    }
}

@media (max-width: 1200px) {}